runtime/pprof.pcDeck.pcs (field)

9 uses

	runtime/pprof (current package)
		proto.go#L475: 	pcs             []uintptr
		proto.go#L481: 	d.pcs = d.pcs[:0]
		proto.go#L490: 	if existing := len(d.pcs); existing > 0 {
		proto.go#L509: 	d.pcs = append(d.pcs, pc)
		proto.go#L520: 	if len(b.deck.pcs) == 0 {
		proto.go#L525: 	addr := b.deck.pcs[0]
		proto.go#L538: 	b.locs[addr] = locInfo{id: id, pcs: append([]uintptr{}, b.deck.pcs...)}